MESCIUS SPREAD for Windows Forms 15.0J
CompressFiles(MemoryFolder,ZipOutputStream,ICollection<String>) メソッド

メモリフォルダー
zip出力ストリーム。
メモリフォルダー内の圧縮しないファイルの名前を含むコレクション。
ファイルを圧縮します。
構文
'宣言
 
Public Overloads Shared Function CompressFiles( _
   ByVal mFolder As ZipHelper.MemoryFolder, _
   ByVal zipOutputStream As ICSharpCode.SharpZipLib.Zip.ZipOutputStream, _
   ByVal byPassFilenames As ICollection(Of String) _
) As Boolean
public static bool CompressFiles( 
   ZipHelper.MemoryFolder mFolder,
   ICSharpCode.SharpZipLib.Zip.ZipOutputStream zipOutputStream,
   ICollection<string> byPassFilenames
)

パラメータ

mFolder
メモリフォルダー
zipOutputStream
zip出力ストリーム。
byPassFilenames
メモリフォルダー内の圧縮しないファイルの名前を含むコレクション。

戻り値の型

成功したかどうか
参照

ZipHelper クラス
ZipHelper メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.